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

Unified Diff: third_party/WebKit/Source/web/InspectorOverlay.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) 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/web/InspectorOverlay.cpp
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.cpp b/third_party/WebKit/Source/web/InspectorOverlay.cpp
index 3be6f35b23bd20e06e0f773f8d2a3a2296ca9132..ed9621ab565e1c0a8b0a9d79d464237a746e3922 100644
--- a/third_party/WebKit/Source/web/InspectorOverlay.cpp
+++ b/third_party/WebKit/Source/web/InspectorOverlay.cpp
@@ -262,9 +262,10 @@ bool InspectorOverlay::handleInputEvent(const WebInputEvent& inputEvent) {
if (mouseEvent.type() == WebInputEvent::MouseMove) {
handled = overlayMainFrame()->eventHandler().handleMouseMoveEvent(
- mouseEvent, TransformWebMouseEventVector(
- m_frameImpl->frameView(),
- std::vector<const WebInputEvent*>())) !=
+ mouseEvent,
+ TransformWebMouseEventVector(
+ m_frameImpl->frameView(),
+ std::vector<const WebInputEvent*>())) !=
WebInputEventResult::NotHandled;
}
if (mouseEvent.type() == WebInputEvent::MouseDown)
@@ -550,9 +551,9 @@ Page* InspectorOverlay::overlayPage() {
Platform::current()->loadResource("InspectorOverlayPage.html");
RefPtr<SharedBuffer> data = SharedBuffer::create(
overlayPageHTMLResource.data(), overlayPageHTMLResource.size());
- loader.load(FrameLoadRequest(
- 0, blankURL(), SubstituteData(data, "text/html", "UTF-8", KURL(),
- ForceSynchronousLoad)));
+ loader.load(FrameLoadRequest(0, blankURL(),
+ SubstituteData(data, "text/html", "UTF-8",
+ KURL(), ForceSynchronousLoad)));
v8::Isolate* isolate = toIsolate(frame);
ScriptState* scriptState = ScriptState::forMainWorld(frame);
DCHECK(scriptState);
« no previous file with comments | « third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp ('k') | third_party/WebKit/Source/web/LinkHighlightImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698