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

Unified Diff: cc/tiled_layer.h

Issue 11360205: Always use border texels on layer tiles. We already did that on certain platforms. This patch exten… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « cc/layer.h ('k') | cc/tiled_layer.cc » ('j') | cc/tiled_layer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiled_layer.h
diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h
index 052bb99266e02d7b948be475d18c7cc1d4a96559..11007e1aef55ef0246b83f938c50b355df9375d5 100644
--- a/cc/tiled_layer.h
+++ b/cc/tiled_layer.h
@@ -25,8 +25,6 @@ public:
virtual void setNeedsDisplayRect(const gfx::RectF&) OVERRIDE;
- virtual void setUseLCDText(bool) OVERRIDE;
-
virtual void setLayerTreeHost(LayerTreeHost*) OVERRIDE;
virtual void setTexturePriorities(const PriorityCalculator&) OVERRIDE;
« no previous file with comments | « cc/layer.h ('k') | cc/tiled_layer.cc » ('j') | cc/tiled_layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698