Title: [136995] trunk/Source/WebCore
- Revision
- 136995
- Author
- [email protected]
- Date
- 2012-12-07 15:42:02 -0800 (Fri, 07 Dec 2012)
Log Message
Unreviewed build correction after 136959.
The initialization list should follow the same compiler macro
exclusions as the class members.
* inspector/InstrumentingAgents.h: Add USE(ACCELERATED_COMPOSITING)
guards around m_inspectorLayerTreeAgent as this does not exist
when the guard is false.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (136994 => 136995)
--- trunk/Source/WebCore/ChangeLog 2012-12-07 23:34:46 UTC (rev 136994)
+++ trunk/Source/WebCore/ChangeLog 2012-12-07 23:42:02 UTC (rev 136995)
@@ -1,3 +1,14 @@
+2012-12-07 Brent Fulgham <[email protected]>
+
+ Unreviewed build correction after 136959.
+
+ The initialization list should follow the same compiler macro
+ exclusions as the class members.
+
+ * inspector/InstrumentingAgents.h: Add USE(ACCELERATED_COMPOSITING)
+ guards around m_inspectorLayerTreeAgent as this does not exist
+ when the guard is false.
+
2012-12-07 Rik Cabanier <[email protected]>
Extend platform layer so it can pass blend modes to the compositing calls
Modified: trunk/Source/WebCore/inspector/InstrumentingAgents.h (136994 => 136995)
--- trunk/Source/WebCore/inspector/InstrumentingAgents.h 2012-12-07 23:34:46 UTC (rev 136994)
+++ trunk/Source/WebCore/inspector/InstrumentingAgents.h 2012-12-07 23:42:02 UTC (rev 136995)
@@ -67,7 +67,9 @@
: m_inspectorAgent(0)
, m_inspectorPageAgent(0)
, m_inspectorCSSAgent(0)
+#if USE(ACCELERATED_COMPOSITING)
, m_inspectorLayerTreeAgent(0)
+#endif
, m_inspectorConsoleAgent(0)
, m_inspectorDOMAgent(0)
, m_inspectorResourceAgent(0)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes