From 5cbbce535744b89df5ecea95de21ee3733298260 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Sun, 27 Jun 2010 22:59:20 -0700 Subject: Reduced the complexity of layers composition. This change also refactors the code base a bit by moving classes out of OpenGLRenderer into separate headers/implementations. This makes the code more manageable. This change also adds documentation for implementation methods. The undocumented methods are simply Skia's Canvas methods. Change-Id: I54c68b443580a0129251dddc1a7ac95813d5289e --- libs/hwui/Matrix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/Matrix.cpp') diff --git a/libs/hwui/Matrix.cpp b/libs/hwui/Matrix.cpp index e9c7791677c9..877d3bbfb2bd 100644 --- a/libs/hwui/Matrix.cpp +++ b/libs/hwui/Matrix.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "Matrix" +#define LOG_TAG "OpenGLRenderer" #include #include -- cgit v1.2.3-59-g8ed1b