Title: [99145] trunk/Source/WebKit2
- Revision
- 99145
- Author
- [email protected]
- Date
- 2011-11-03 00:34:34 -0700 (Thu, 03 Nov 2011)
Log Message
Unreviewed, GTK build fix after r99093...
* PluginProcess/PluginControllerProxy.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (99144 => 99145)
--- trunk/Source/WebKit2/ChangeLog 2011-11-03 06:55:29 UTC (rev 99144)
+++ trunk/Source/WebKit2/ChangeLog 2011-11-03 07:34:34 UTC (rev 99145)
@@ -1,3 +1,9 @@
+2011-11-03 Philippe Normand <[email protected]>
+
+ Unreviewed, GTK build fix after r99093...
+
+ * PluginProcess/PluginControllerProxy.h:
+
2011-11-02 Viatcheslav Ostapenko <[email protected]>
[Qt] [WK] Debug build broken
Modified: trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.h (99144 => 99145)
--- trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.h 2011-11-03 06:55:29 UTC (rev 99144)
+++ trunk/Source/WebKit2/PluginProcess/PluginControllerProxy.h 2011-11-03 07:34:34 UTC (rev 99145)
@@ -194,12 +194,12 @@
// Whether complex text input is enabled for this plug-in.
bool m_isComplexTextInputEnabled;
- // The contents scale factor of this plug-in.
- float m_contentsScaleFactor;
-
// For CA plug-ins, this holds the information needed to export the layer hierarchy to the UI process.
RetainPtr<WKCARemoteLayerClientRef> m_remoteLayerClient;
#endif
+
+ // The contents scale factor of this plug-in.
+ float m_contentsScaleFactor;
// The backing store that this plug-in draws into.
RefPtr<ShareableBitmap> m_backingStore;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes