Title: [104367] branches/safari-534.54-branch/Source/WebKit/win
- Revision
- 104367
- Author
- [email protected]
- Date
- 2012-01-06 17:59:50 -0800 (Fri, 06 Jan 2012)
Log Message
rollout uneeded windows build fix.
Modified Paths
Diff
Modified: branches/safari-534.54-branch/Source/WebKit/win/ChangeLog (104366 => 104367)
--- branches/safari-534.54-branch/Source/WebKit/win/ChangeLog 2012-01-07 01:56:54 UTC (rev 104366)
+++ branches/safari-534.54-branch/Source/WebKit/win/ChangeLog 2012-01-07 01:59:50 UTC (rev 104367)
@@ -1,17 +1,5 @@
2011-1-6 Lucas Forschler <[email protected]>
- Merge 91145
-
- 2011-07-15 Simon Fraser <[email protected]>
-
- Fix Windows build.
-
- * WebView.h:
- (WebView::backingScaleFactor):
- (WebView::pageScaleFactor):
-
-2011-1-6 Lucas Forschler <[email protected]>
-
Merge 104296
2012-01-06 Jessie Berlin <[email protected]>
Modified: branches/safari-534.54-branch/Source/WebKit/win/WebView.h (104366 => 104367)
--- branches/safari-534.54-branch/Source/WebKit/win/WebView.h 2012-01-07 01:56:54 UTC (rev 104366)
+++ branches/safari-534.54-branch/Source/WebKit/win/WebView.h 2012-01-07 01:59:50 UTC (rev 104367)
@@ -994,8 +994,6 @@
virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double time);
virtual void notifySyncRequired(const WebCore::GraphicsLayer*);
virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& inClip);
- virtual float backingScaleFactor() const { return 1; }
- virtual float pageScaleFactor() const { return 1; }
virtual bool showDebugBorders() const;
virtual bool showRepaintCounter() const;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes