Title: [106381] trunk/Source/WebKit/chromium
- Revision
- 106381
- Author
- [email protected]
- Date
- 2012-01-31 12:49:18 -0800 (Tue, 31 Jan 2012)
Log Message
Add back temporarily WebKitPlatformSupport::createGraphicsContext3D() to fix build
https://bugs.webkit.org/show_bug.cgi?id=77467
Rubber-stamped by Nate Chapin <[email protected]>.
* public/platform/WebKitPlatformSupport.h:
(WebKitPlatformSupport):
(WebKit::WebKitPlatformSupport::createGraphicsContext3D):
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (106380 => 106381)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-01-31 20:41:05 UTC (rev 106380)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-01-31 20:49:18 UTC (rev 106381)
@@ -1,5 +1,16 @@
2012-01-31 Antoine Labour <[email protected]>
+ Add back temporarily WebKitPlatformSupport::createGraphicsContext3D() to fix build
+ https://bugs.webkit.org/show_bug.cgi?id=77467
+
+ Rubber-stamped by Nate Chapin <[email protected]>.
+
+ * public/platform/WebKitPlatformSupport.h:
+ (WebKitPlatformSupport):
+ (WebKit::WebKitPlatformSupport::createGraphicsContext3D):
+
+2012-01-31 Antoine Labour <[email protected]>
+
Merge WebGraphicsContext3D creation and initialization, and move it to
WebViewClient.
https://bugs.webkit.org/show_bug.cgi?id=76593
Modified: trunk/Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h (106380 => 106381)
--- trunk/Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h 2012-01-31 20:41:05 UTC (rev 106380)
+++ trunk/Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h 2012-01-31 20:49:18 UTC (rev 106381)
@@ -319,6 +319,8 @@
// May return null if GPU is not supported.
// Returns newly allocated and initialized offscreen WebGraphicsContext3D instance.
virtual WebGraphicsContext3D* createOffscreenGraphicsContext3D(const WebGraphicsContext3D::Attributes&) { return 0; }
+ // Deprecated.
+ virtual WebGraphicsContext3D* createGraphicsContext3D() { return 0; }
// Audio --------------------------------------------------------------
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes