Title: [93454] trunk/Source/WebCore
- Revision
- 93454
- Author
- [email protected]
- Date
- 2011-08-19 16:50:09 -0700 (Fri, 19 Aug 2011)
Log Message
[chromium] Regression: Fix clang errors from r93424
https://bugs.webkit.org/show_bug.cgi?id=66609
Reviewed by James Robinson.
The invalidateRect function does not appear to be used anywhere
because the setNeedsDisplay function is used instead. Fix the Clang
error by just removing this unused vestigial base class function.
* platform/graphics/chromium/LayerChromium.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (93453 => 93454)
--- trunk/Source/WebCore/ChangeLog 2011-08-19 23:45:08 UTC (rev 93453)
+++ trunk/Source/WebCore/ChangeLog 2011-08-19 23:50:09 UTC (rev 93454)
@@ -1,3 +1,16 @@
+2011-08-19 Adrienne Walker <[email protected]>
+
+ [chromium] Regression: Fix clang errors from r93424
+ https://bugs.webkit.org/show_bug.cgi?id=66609
+
+ Reviewed by James Robinson.
+
+ The invalidateRect function does not appear to be used anywhere
+ because the setNeedsDisplay function is used instead. Fix the Clang
+ error by just removing this unused vestigial base class function.
+
+ * platform/graphics/chromium/LayerChromium.h:
+
2011-08-19 Anders Carlsson <[email protected]>
Add new enums to npapi.h
Modified: trunk/Source/WebCore/platform/graphics/chromium/LayerChromium.h (93453 => 93454)
--- trunk/Source/WebCore/platform/graphics/chromium/LayerChromium.h 2011-08-19 23:45:08 UTC (rev 93453)
+++ trunk/Source/WebCore/platform/graphics/chromium/LayerChromium.h 2011-08-19 23:50:09 UTC (rev 93454)
@@ -108,7 +108,6 @@
void setNeedsDisplay(const FloatRect& dirtyRect);
void setNeedsDisplay();
- virtual void invalidateRect(const FloatRect& dirtyRect) {}
const FloatRect& dirtyRect() const { return m_dirtyRect; }
void resetNeedsDisplay();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes