Index: trunk/src/ui/compositor/compositor_observer.h |
=================================================================== |
--- trunk/src/ui/compositor/compositor_observer.h (revision 289228) |
+++ trunk/src/ui/compositor/compositor_observer.h (working copy) |
@@ -5,7 +5,6 @@ |
#ifndef UI_COMPOSITOR_COMPOSITOR_OBSERVER_H_ |
#define UI_COMPOSITOR_COMPOSITOR_OBSERVER_H_ |
-#include "base/logging.h" |
#include "base/time/time.h" |
#include "ui/compositor/compositor_export.h" |
@@ -42,7 +41,9 @@ |
virtual void OnCompositingLockStateChanged(Compositor* compositor) = 0; |
protected: |
-#if DCHECK_IS_ON |
+#if defined(OS_MACOSX) |
+ // Debugging instrumentation for crbug.com/401630. |
+ // TODO(ccameron): remove this. |
friend class Compositor; |
int32 observing_count_; |
#endif |