commit | e295313f019d36be5303673dd0c58c751e516fdb | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 13 13:33:08 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 13 13:33:08 2011 +0000 |
tree | 6b897489326972a4231112894a1a7c6b23e7edcb | |
parent | 1ba7137fc0dcace0c1be1367fe977202c63746ba [diff] [blame] |
move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files Review URL: http://codereview.appspot.com/5242056/ git-svn-id: http://skia.googlecode.com/svn/trunk@2474 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/Test.h b/tests/Test.h index 2c28b00..8728040 100644 --- a/tests/Test.h +++ b/tests/Test.h
@@ -13,7 +13,7 @@ #include "SkTRegistry.h" class GrContext; -class SkEGLContext; +class SkGLContext; namespace skiatest {