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

Unified Diff: cc/resources/managed_tile_state.cc

Issue 13665003: cc: Moved contents_swizzled out of TileManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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/managed_tile_state.cc
diff --git a/cc/resources/managed_tile_state.cc b/cc/resources/managed_tile_state.cc
index 7992922e2f0b448c9d22f6f0a0ca9db47e008a80..3ccd27d683ab644c6a2749c2b5ea575399b23c9c 100644
--- a/cc/resources/managed_tile_state.cc
+++ b/cc/resources/managed_tile_state.cc
@@ -28,7 +28,7 @@ ManagedTileState::DrawingInfo::DrawingInfo()
: mode_(RESOURCE_MODE),
resource_is_being_initialized_(false),
can_be_freed_(true),
- contents_swizzled_(false) {
+ resource_format_(GL_RGBA) {
}
ManagedTileState::DrawingInfo::~DrawingInfo() {

Powered by Google App Engine
This is Rietveld 408576698