Title: [130241] trunk/Source/WebCore
- Revision
- 130241
- Author
- o...@chromium.org
- Date
- 2012-10-02 18:09:03 -0700 (Tue, 02 Oct 2012)
Log Message
[chromium] Fix spelling of isNVIDIA override in Extensions3DChromium
https://bugs.webkit.org/show_bug.cgi?id=98219
Patch by Ian Vollick <voll...@chromium.org> on 2012-10-02
Reviewed by Dean Jackson.
The override in Extensions3dChromium should have been spelled isNVIDIA, not isNVidia.
No new tests. No change in functionality.
* platform/graphics/chromium/Extensions3DChromium.h:
(WebCore::Extensions3DChromium::isNVIDIA):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (130240 => 130241)
--- trunk/Source/WebCore/ChangeLog 2012-10-03 00:42:20 UTC (rev 130240)
+++ trunk/Source/WebCore/ChangeLog 2012-10-03 01:09:03 UTC (rev 130241)
@@ -1,3 +1,17 @@
+2012-10-02 Ian Vollick <voll...@chromium.org>
+
+ [chromium] Fix spelling of isNVIDIA override in Extensions3DChromium
+ https://bugs.webkit.org/show_bug.cgi?id=98219
+
+ Reviewed by Dean Jackson.
+
+ The override in Extensions3dChromium should have been spelled isNVIDIA, not isNVidia.
+
+ No new tests. No change in functionality.
+
+ * platform/graphics/chromium/Extensions3DChromium.h:
+ (WebCore::Extensions3DChromium::isNVIDIA):
+
2012-10-02 Anders Carlsson <ander...@apple.com>
Try to fix the Snow Leopard build.
Modified: trunk/Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h (130240 => 130241)
--- trunk/Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h 2012-10-03 00:42:20 UTC (rev 130240)
+++ trunk/Source/WebCore/platform/graphics/chromium/Extensions3DChromium.h 2012-10-03 01:09:03 UTC (rev 130241)
@@ -138,7 +138,7 @@
virtual void popGroupMarkerEXT(void);
// Some helper methods to detect GPU functionality
- virtual bool isNVidia() { return false; }
+ virtual bool isNVIDIA() { return false; }
virtual bool isAMD() { return false; }
virtual bool isIntel() { return false; }
virtual String vendor() { return ""; }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes