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

Unified Diff: cc/resources/tile.h

Issue 941433002: cc: Remove unused PictureDrawQuad support from GLRenderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm-picturedrawquad: . Created 5 years, 10 months 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/tile.h
diff --git a/cc/resources/tile.h b/cc/resources/tile.h
index 698f43da27afe7d54ef6a10cefc8549e5abc8dae..d4697cc9282ade7f19c4dad0e184e173559259e6 100644
--- a/cc/resources/tile.h
+++ b/cc/resources/tile.h
@@ -88,7 +88,7 @@ class CC_EXPORT Tile : public RefCountedManaged<Tile> {
bool HasResource() const { return draw_info_.has_resource(); }
bool NeedsRaster() const {
- return draw_info_.mode() == TileDrawInfo::PICTURE_PILE_MODE ||
+ return draw_info_.mode() == TileDrawInfo::OOM_MODE ||
!draw_info_.IsReadyToDraw();
}

Powered by Google App Engine
This is Rietveld 408576698