Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1814)

Unified Diff: cc/resources/picture_pile_impl.h

Issue 671653005: SetNeedsRedraw directly when updating a visible tile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pinchblurmerge-test: rebase-on-picture-pile-base-removal Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/resources/picture_pile_impl.h
diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
index 6986db40e75d5db49a7c678147ea4ebcc4b2e4ad..b5412baf7bfac530e54413760a15e5bf65a7f41c 100644
--- a/cc/resources/picture_pile_impl.h
+++ b/cc/resources/picture_pile_impl.h
@@ -19,6 +19,14 @@
#include "skia/ext/refptr.h"
#include "third_party/skia/include/core/SkPicture.h"
vmpstr 2014/11/13 20:13:49 nit: Either this isn't needed or the forward decla
danakj 2014/11/13 20:27:54 Removed the header.
+class SkCanvas;
+class SkPicture;
+class SkPixelRef;
+
+namespace gfx {
+class Rect;
+}
+
namespace cc {
class CC_EXPORT PicturePileImpl : public RasterSource {

Powered by Google App Engine
This is Rietveld 408576698