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

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

Issue 2774823002: Remove FrameHost class (Closed)
Patch Set: Rebase Created 3 years, 8 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"
8 #include "core/frame/FrameView.h" 7 #include "core/frame/FrameView.h"
9 #include "core/frame/Settings.h" 8 #include "core/frame/Settings.h"
10 #include "core/frame/VisualViewport.h" 9 #include "core/frame/VisualViewport.h"
11 #include "core/input/EventHandler.h" 10 #include "core/input/EventHandler.h"
12 #include "core/page/Page.h" 11 #include "core/page/Page.h"
13 #include "core/style/ComputedStyle.h" 12 #include "core/style/ComputedStyle.h"
14 #include "platform/RuntimeEnabledFeatures.h" 13 #include "platform/RuntimeEnabledFeatures.h"
15 #include "platform/geometry/FloatRect.h" 14 #include "platform/geometry/FloatRect.h"
16 #include "platform/geometry/FloatSize.h" 15 #include "platform/geometry/FloatSize.h"
17 #include "platform/geometry/IntRect.h" 16 #include "platform/geometry/IntRect.h"
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 m_lastPinchAnchorCss.reset(); 530 m_lastPinchAnchorCss.reset();
532 m_lastPinchAnchorDip.reset(); 531 m_lastPinchAnchorDip.reset();
533 } 532 }
534 return true; 533 return true;
535 } 534 }
536 535
537 return false; 536 return false;
538 } 537 }
539 538
540 } // namespace blink 539 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/ContextMenuClientImpl.cpp ('k') | third_party/WebKit/Source/web/ExternalPopupMenu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698