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

Unified Diff: cc/picture_layer.h

Issue 11678003: cc: Fix low-res impl-side painting artifacts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More RectToSkRect, 1/16 default min Created 8 years 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/picture_layer.h
diff --git a/cc/picture_layer.h b/cc/picture_layer.h
index 2ff522f40bc28dcb6f258d6cc24e6ab27bebe986..0c359adb05d4c131b02d790617b7c79d4a71dc50 100644
--- a/cc/picture_layer.h
+++ b/cc/picture_layer.h
@@ -26,6 +26,7 @@ public:
virtual bool drawsContent() const OVERRIDE;
virtual scoped_ptr<LayerImpl> createLayerImpl(
LayerTreeImpl* treeImpl) OVERRIDE;
+ virtual void setLayerTreeHost(LayerTreeHost*) OVERRIDE;
danakj 2013/01/05 00:04:58 variable name here please (cr style)
enne (OOO) 2013/01/06 03:57:18 Done.
virtual void pushPropertiesTo(LayerImpl*) OVERRIDE;
virtual void setNeedsDisplayRect(const gfx::RectF& layerRect) OVERRIDE;
virtual void update(ResourceUpdateQueue&, const OcclusionTracker*,

Powered by Google App Engine
This is Rietveld 408576698