diff options
author | 2015-01-27 15:46:35 -0800 | |
---|---|---|
committer | 2015-01-28 16:32:39 -0800 | |
commit | 96a5c4c7bab6718524de7253da8309143ab48bef (patch) | |
tree | c984108195579a6da2aa8ccadded7ec46104d4a4 /libs/hwui/PathCache.cpp | |
parent | 06a8a121b0dc02bea7977c4112eb4319fd1a133f (diff) |
Move more GL state management to RenderState and its directory
Change-Id: Ic68584e1c08dc64be2ad43450cb6caa1de834fdc
Diffstat (limited to 'libs/hwui/PathCache.cpp')
-rw-r--r-- | libs/hwui/PathCache.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp index c564b87d0e2e..cc7f88d8a3a2 100644 --- a/libs/hwui/PathCache.cpp +++ b/libs/hwui/PathCache.cpp @@ -31,7 +31,6 @@ #include "PathCache.h" #include "thread/Signal.h" -#include "thread/Task.h" #include "thread/TaskProcessor.h" namespace android { |