summaryrefslogtreecommitdiff
path: root/libs/hwui/PatchCache.h
diff options
context:
space:
mode:
author Chris Craik <ccraik@google.com> 2016-07-06 16:10:09 -0700
committer Chris Craik <ccraik@google.com> 2016-07-07 15:53:50 -0700
commit5e00c7ce063116c11315639f0035aca8ad73e8cc (patch)
tree6ca43728a401d92762fb5fd65cfd39afe9438571 /libs/hwui/PatchCache.h
parent32d9ae186733115802eafe241c2029a63794efc2 (diff)
Delete old rendering pipeline
fixes: 30002246 Change-Id: I45df0e924708526cee045b14c291bd23aa1a92db
Diffstat (limited to 'libs/hwui/PatchCache.h')
-rw-r--r--libs/hwui/PatchCache.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libs/hwui/PatchCache.h b/libs/hwui/PatchCache.h
index d1c5dbfc7540..4e587fb719d4 100644
--- a/libs/hwui/PatchCache.h
+++ b/libs/hwui/PatchCache.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef ANDROID_HWUI_PATCH_CACHE_H
-#define ANDROID_HWUI_PATCH_CACHE_H
+#pragma once
#include <GLES2/gl2.h>
@@ -48,6 +47,7 @@ class Patch;
///////////////////////////////////////////////////////////////////////////////
class Caches;
+class RenderState;
class PatchCache {
public:
@@ -186,5 +186,3 @@ private:
}; // namespace uirenderer
}; // namespace android
-
-#endif // ANDROID_HWUI_PATCH_CACHE_H