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

Unified Diff: cc/CCPrioritizedTexture.h

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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/CCPrioritizedTexture.h
diff --git a/cc/CCPrioritizedTexture.h b/cc/CCPrioritizedTexture.h
index 3196867064abce966502f6cf012896d3e9770025..f94afe1db219171b511c638351b3425b57499c64 100644
--- a/cc/CCPrioritizedTexture.h
+++ b/cc/CCPrioritizedTexture.h
@@ -6,6 +6,7 @@
#define CCPrioritizedTexture_h
#include "base/basictypes.h"
+#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "CCPriorityCalculator.h"
#include "CCResourceProvider.h"
@@ -106,9 +107,7 @@ private:
bool m_ownerExistedAtLastPriorityUpdate;
bool m_wasAbovePriorityCutoffAtLastPriorityUpdate;
bool m_resourceHasBeenDeleted;
-#ifndef NDEBUG
CCResourceProvider* m_resourceProvider;
-#endif
DISALLOW_COPY_AND_ASSIGN(Backing);
};

Powered by Google App Engine
This is Rietveld 408576698