Move SkReadBuffer.h and SkReader32.h out of include.
authorhalcanary <halcanary@google.com>
Tue, 19 Aug 2014 13:27:53 +0000 (06:27 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 19 Aug 2014 13:27:53 +0000 (06:27 -0700)
Committed: https://skia.googlesource.com/skia/+/2a51d7c74cec217195f861677de8998b382b39e4

R=mtklein@google.com, reed@google.com

Author: halcanary@google.com

Review URL: https://codereview.chromium.org/481053002

experimental/webtry/templates/template.cpp
gyp/core.gypi
gyp/public_headers.gypi
include/core/SkFlattenableBuffers.h
src/core/SkReadBuffer.h [moved from include/core/SkReadBuffer.h with 100% similarity]
src/core/SkReader32.h [moved from include/core/SkReader32.h with 100% similarity]
tests/ImageFilterTest.cpp

index 6748854..be43706 100644 (file)
@@ -55,7 +55,6 @@
 #include "SkError.h"
 #include "SkFixed.h"
 #include "SkFlate.h"
-#include "SkFlattenableBuffers.h"
 #include "SkFlattenable.h"
 #include "SkFlattenableSerialization.h"
 #include "SkFloatBits.h"
index b6b0ef1..3546638 100644 (file)
         '<(skia_src_path)/core/SkQuadTree.h',
         '<(skia_src_path)/core/SkRasterClip.cpp',
         '<(skia_src_path)/core/SkRasterizer.cpp',
+        '<(skia_src_path)/core/SkReadBuffer.h',
         '<(skia_src_path)/core/SkReadBuffer.cpp',
+        '<(skia_src_path)/core/SkReader32.h',
         '<(skia_src_path)/core/SkRecordAnalysis.cpp',
         '<(skia_src_path)/core/SkRecordAnalysis.h',
         '<(skia_src_path)/core/SkRecordDraw.cpp',
         '<(skia_include_path)/core/SkPoint.h',
         '<(skia_include_path)/core/SkPreConfig.h',
         '<(skia_include_path)/core/SkRasterizer.h',
-        '<(skia_include_path)/core/SkReader32.h',
         '<(skia_include_path)/core/SkRect.h',
         '<(skia_include_path)/core/SkRefCnt.h',
         '<(skia_include_path)/core/SkRegion.h',
index f7b859b..ef9a5f4 100644 (file)
@@ -73,7 +73,6 @@
       'core/SkPreConfig.h',
       'core/SkRRect.h',
       'core/SkRasterizer.h',
-      'core/SkReader32.h',
       'core/SkRect.h',
       'core/SkRefCnt.h',
       'core/SkRegion.h',
index 3e5d5b9..6c7c2ad 100644 (file)
@@ -1,10 +1,2 @@
 // Temporary shim to keep a couple dependencies working in Chromium.
-#ifndef SkFlattenableBuffers_DEFINED
-#define SkFlattenableBuffers_DEFINED
-
-#include "SkReadBuffer.h"
-#include "SkWriteBuffer.h"
-
-typedef SkReadBuffer SkFlattenableReadBuffer;
-
-#endif//SkFlattenableBuffers_DEFINED
+// TODO(halcanary): delete this file.
index 4ee9f5d..ee3de50 100644 (file)
@@ -15,7 +15,6 @@
 #include "SkDeviceImageFilterProxy.h"
 #include "SkDisplacementMapEffect.h"
 #include "SkDropShadowImageFilter.h"
-#include "SkFlattenableBuffers.h"
 #include "SkFlattenableSerialization.h"
 #include "SkGradientShader.h"
 #include "SkLightingImageFilter.h"
@@ -27,6 +26,7 @@
 #include "SkPicture.h"
 #include "SkPictureImageFilter.h"
 #include "SkPictureRecorder.h"
+#include "SkReadBuffer.h"
 #include "SkRect.h"
 #include "SkTileImageFilter.h"
 #include "SkXfermodeImageFilter.h"