Index: cc/layer_impl.h |
diff --git a/cc/layer_impl.h b/cc/layer_impl.h |
index 2219cf77bc3e7e9cfa440ccfa0a867c7ab88454c..8b43f9f696cc1c759bf3633753250245a87622ee 100644 |
--- a/cc/layer_impl.h |
+++ b/cc/layer_impl.h |
@@ -24,6 +24,7 @@ |
#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h" |
#include "third_party/skia/include/core/SkColor.h" |
#include "third_party/skia/include/core/SkImageFilter.h" |
+#include "third_party/skia/include/core/SkPicture.h" |
#include "ui/gfx/rect.h" |
#include "ui/gfx/rect_f.h" |
#include "ui/gfx/transform.h" |
@@ -288,6 +289,8 @@ public: |
gfx::Rect layerRectToContentRect(const gfx::RectF& layerRect) const; |
+ virtual skia::RefPtr<SkPicture> getPicture(); |
+ |
protected: |
LayerImpl(LayerTreeImpl* layerImpl, int); |