diff options
author | Chris Craik <ccraik@google.com> | 2015-01-27 15:46:35 -0800 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2015-01-28 16:32:39 -0800 |
commit | 96a5c4c7bab6718524de7253da8309143ab48bef (patch) | |
tree | c984108195579a6da2aa8ccadded7ec46104d4a4 /libs/hwui/PathCache.cpp | |
parent | 06a8a121b0dc02bea7977c4112eb4319fd1a133f (diff) | |
download | frameworks_base-96a5c4c7bab6718524de7253da8309143ab48bef.zip frameworks_base-96a5c4c7bab6718524de7253da8309143ab48bef.tar.gz frameworks_base-96a5c4c7bab6718524de7253da8309143ab48bef.tar.bz2 |
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 c564b87..cc7f88d 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 { |