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

Side by Side Diff: third_party/WebKit/Source/web/DevToolsEmulator.cpp

Issue 2007343002: Remove unnecessary includes from Document.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CompositorWorker.cpp now needs LocalFrame.h Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "web/DevToolsEmulator.h" 5 #include "web/DevToolsEmulator.h"
6 6
7 #include "core/frame/FrameHost.h" 7 #include "core/frame/FrameHost.h"
8 #include "core/frame/FrameView.h" 8 #include "core/frame/FrameView.h"
9 #include "core/frame/Settings.h" 9 #include "core/frame/Settings.h"
10 #include "core/frame/VisualViewport.h"
10 #include "core/page/Page.h" 11 #include "core/page/Page.h"
11 #include "core/style/ComputedStyle.h" 12 #include "core/style/ComputedStyle.h"
12 #include "platform/RuntimeEnabledFeatures.h" 13 #include "platform/RuntimeEnabledFeatures.h"
13 #include "public/platform/WebLayerTreeView.h" 14 #include "public/platform/WebLayerTreeView.h"
14 #include "web/WebInputEventConversion.h" 15 #include "web/WebInputEventConversion.h"
15 #include "web/WebLocalFrameImpl.h" 16 #include "web/WebLocalFrameImpl.h"
16 #include "web/WebSettingsImpl.h" 17 #include "web/WebSettingsImpl.h"
17 #include "web/WebViewImpl.h" 18 #include "web/WebViewImpl.h"
18 19
19 namespace { 20 namespace {
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 m_lastPinchAnchorCss.reset(); 381 m_lastPinchAnchorCss.reset();
381 m_lastPinchAnchorDip.reset(); 382 m_lastPinchAnchorDip.reset();
382 } 383 }
383 return true; 384 return true;
384 } 385 }
385 386
386 return false; 387 return false;
387 } 388 }
388 389
389 } // namespace blink 390 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | third_party/WebKit/Source/web/ExternalDateTimeChooser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698