diff options
Diffstat (limited to 'libs/hwui/renderstate/TextureState.h')
-rw-r--r-- | libs/hwui/renderstate/TextureState.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libs/hwui/renderstate/TextureState.h b/libs/hwui/renderstate/TextureState.h index 7296fd39a705..f1996d431fa2 100644 --- a/libs/hwui/renderstate/TextureState.h +++ b/libs/hwui/renderstate/TextureState.h @@ -16,8 +16,8 @@ #ifndef RENDERSTATE_TEXTURESTATE_H #define RENDERSTATE_TEXTURESTATE_H -#include "Vertex.h" #include "Texture.h" +#include "Vertex.h" #include <GLES2/gl2.h> #include <GLES2/gl2ext.h> @@ -29,9 +29,8 @@ namespace uirenderer { class Texture; class TextureState { - friend class Caches; // TODO: move to RenderState + friend class Caches; // TODO: move to RenderState public: - void constructTexture(Caches& caches); /** @@ -96,4 +95,4 @@ private: } /* namespace uirenderer */ } /* namespace android */ -#endif // RENDERSTATE_BLEND_H +#endif // RENDERSTATE_BLEND_H |