Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
index 1df1c1ff36365a8f1db31cb6b765fa3cd53391d9..b98608c7aa859da0c74b6bf7b062c600fce93af6 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
@@ -55,6 +55,8 @@
#if OS(MACOSX)
#include "platform/mac/ScrollAnimatorMac.h"
#endif
+#include <memory>
+#include <utility>
#include "platform/scroll/MainThreadScrollingReason.h"
#include "platform/scroll/ScrollAnimatorBase.h"
#include "platform/scroll/ScrollbarTheme.h"
@@ -66,8 +68,6 @@
#include "public/platform/WebScrollbarThemeGeometry.h"
#include "public/platform/WebScrollbarThemePainter.h"
#include "wtf/text/StringBuilder.h"
-#include <memory>
-#include <utility>
using blink::WebLayer;
using blink::WebLayerPositionConstraint;
@@ -766,7 +766,6 @@ void ScrollingCoordinator::setTouchEventTargetRects(
}
}
-
projectRectsToGraphicsLayerSpace(m_page->deprecatedLocalMainFrame(),
layerRects, graphicsLayerRects);

Powered by Google App Engine
This is Rietveld 408576698