Title: [110531] trunk/Source/WebKit/chromium
- Revision
- 110531
- Author
- [email protected]
- Date
- 2012-03-12 19:42:47 -0700 (Mon, 12 Mar 2012)
Log Message
Unreviewed Windows build fix.
* src/WebViewImpl.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (110530 => 110531)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-03-13 02:29:12 UTC (rev 110530)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-03-13 02:42:47 UTC (rev 110531)
@@ -1,3 +1,9 @@
+2012-03-12 Hajime Morrita <[email protected]>
+
+ Unreviewed Windows build fix.
+
+ * src/WebViewImpl.cpp:
+
2012-03-12 Dana Jansens <[email protected]>
[chromium] Use projectQuad to apply inverse mapRect
Modified: trunk/Source/WebKit/chromium/src/WebViewImpl.cpp (110530 => 110531)
--- trunk/Source/WebKit/chromium/src/WebViewImpl.cpp 2012-03-13 02:29:12 UTC (rev 110530)
+++ trunk/Source/WebKit/chromium/src/WebViewImpl.cpp 2012-03-13 02:42:47 UTC (rev 110531)
@@ -176,7 +176,7 @@
// (such as due to a double tap gesture or find in page etc.). These are
// experimentally determined.
static const int touchPointPadding = 32;
-static const float minScaleDifference = 0.01;
+static const float minScaleDifference = 0.01f;
static const float doubleTapZoomContentDefaultMargin = 5;
static const float doubleTapZoomContentMinimumMargin = 2;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes