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

Unified Diff: cc/layers/content_layer.h

Issue 85143002: Dirty rects always contain full tiles with delegated rendering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build break Created 7 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
« no previous file with comments | « AUTHORS ('k') | cc/layers/tiled_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/content_layer.h
diff --git a/cc/layers/content_layer.h b/cc/layers/content_layer.h
index e7782ce2f483458313d03aa19c0404de383e3060..45de86cde7138330599305e6e3dbd9fdd01ead1a 100644
--- a/cc/layers/content_layer.h
+++ b/cc/layers/content_layer.h
@@ -60,9 +60,11 @@ class CC_EXPORT ContentLayer : public TiledLayer {
explicit ContentLayer(ContentLayerClient* client);
virtual ~ContentLayer();
- private:
// TiledLayer implementation.
virtual LayerUpdater* Updater() const OVERRIDE;
+
+ private:
+ // TiledLayer implementation.
virtual void CreateUpdaterIfNeeded() OVERRIDE;
void UpdateCanUseLCDText();
« no previous file with comments | « AUTHORS ('k') | cc/layers/tiled_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698