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

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

Issue 2837503002: Move (Resize|Rotation)ViewportAnchor.* from web/ to core/frame/. (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 #include "core/events/KeyboardEvent.h" 50 #include "core/events/KeyboardEvent.h"
51 #include "core/events/UIEventWithKeyState.h" 51 #include "core/events/UIEventWithKeyState.h"
52 #include "core/events/WheelEvent.h" 52 #include "core/events/WheelEvent.h"
53 #include "core/frame/BrowserControls.h" 53 #include "core/frame/BrowserControls.h"
54 #include "core/frame/EventHandlerRegistry.h" 54 #include "core/frame/EventHandlerRegistry.h"
55 #include "core/frame/FrameView.h" 55 #include "core/frame/FrameView.h"
56 #include "core/frame/LocalFrame.h" 56 #include "core/frame/LocalFrame.h"
57 #include "core/frame/LocalFrameClient.h" 57 #include "core/frame/LocalFrameClient.h"
58 #include "core/frame/PageScaleConstraintsSet.h" 58 #include "core/frame/PageScaleConstraintsSet.h"
59 #include "core/frame/RemoteFrame.h" 59 #include "core/frame/RemoteFrame.h"
60 #include "core/frame/ResizeViewportAnchor.h"
61 #include "core/frame/RotationViewportAnchor.h"
60 #include "core/frame/Settings.h" 62 #include "core/frame/Settings.h"
61 #include "core/frame/UseCounter.h" 63 #include "core/frame/UseCounter.h"
62 #include "core/frame/VisualViewport.h" 64 #include "core/frame/VisualViewport.h"
63 #include "core/html/HTMLMediaElement.h" 65 #include "core/html/HTMLMediaElement.h"
64 #include "core/html/HTMLPlugInElement.h" 66 #include "core/html/HTMLPlugInElement.h"
65 #include "core/html/HTMLTextAreaElement.h" 67 #include "core/html/HTMLTextAreaElement.h"
66 #include "core/input/EventHandler.h" 68 #include "core/input/EventHandler.h"
67 #include "core/input/TouchActionUtil.h" 69 #include "core/input/TouchActionUtil.h"
68 #include "core/layout/LayoutPart.h" 70 #include "core/layout/LayoutPart.h"
69 #include "core/layout/TextAutosizer.h" 71 #include "core/layout/TextAutosizer.h"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 #include "web/CompositorMutatorImpl.h" 159 #include "web/CompositorMutatorImpl.h"
158 #include "web/CompositorWorkerProxyClientImpl.h" 160 #include "web/CompositorWorkerProxyClientImpl.h"
159 #include "web/ContextMenuAllowedScope.h" 161 #include "web/ContextMenuAllowedScope.h"
160 #include "web/DedicatedWorkerMessagingProxyProviderImpl.h" 162 #include "web/DedicatedWorkerMessagingProxyProviderImpl.h"
161 #include "web/DevToolsEmulator.h" 163 #include "web/DevToolsEmulator.h"
162 #include "web/FullscreenController.h" 164 #include "web/FullscreenController.h"
163 #include "web/InspectorOverlay.h" 165 #include "web/InspectorOverlay.h"
164 #include "web/LinkHighlightImpl.h" 166 #include "web/LinkHighlightImpl.h"
165 #include "web/PageOverlay.h" 167 #include "web/PageOverlay.h"
166 #include "web/PrerendererClientImpl.h" 168 #include "web/PrerendererClientImpl.h"
167 #include "web/ResizeViewportAnchor.h"
168 #include "web/RotationViewportAnchor.h"
169 #include "web/SpeechRecognitionClientProxy.h" 169 #include "web/SpeechRecognitionClientProxy.h"
170 #include "web/StorageQuotaClientImpl.h" 170 #include "web/StorageQuotaClientImpl.h"
171 #include "web/ValidationMessageClientImpl.h" 171 #include "web/ValidationMessageClientImpl.h"
172 #include "web/WebDevToolsAgentImpl.h" 172 #include "web/WebDevToolsAgentImpl.h"
173 #include "web/WebInputEventConversion.h" 173 #include "web/WebInputEventConversion.h"
174 #include "web/WebInputMethodControllerImpl.h" 174 #include "web/WebInputMethodControllerImpl.h"
175 #include "web/WebLocalFrameImpl.h" 175 #include "web/WebLocalFrameImpl.h"
176 #include "web/WebPluginContainerImpl.h" 176 #include "web/WebPluginContainerImpl.h"
177 #include "web/WebRemoteFrameImpl.h" 177 #include "web/WebRemoteFrameImpl.h"
178 #include "web/WebSettingsImpl.h" 178 #include "web/WebSettingsImpl.h"
(...skipping 3978 matching lines...) Expand 10 before | Expand all | Expand 10 after
4157 if (focused_frame->LocalFrameRoot() != MainFrameImpl()->GetFrame()) 4157 if (focused_frame->LocalFrameRoot() != MainFrameImpl()->GetFrame())
4158 return nullptr; 4158 return nullptr;
4159 return focused_frame; 4159 return focused_frame;
4160 } 4160 }
4161 4161
4162 LocalFrame* WebViewImpl::FocusedLocalFrameAvailableForIme() const { 4162 LocalFrame* WebViewImpl::FocusedLocalFrameAvailableForIme() const {
4163 return ime_accept_events_ ? FocusedLocalFrameInWidget() : nullptr; 4163 return ime_accept_events_ ? FocusedLocalFrameInWidget() : nullptr;
4164 } 4164 }
4165 4165
4166 } // namespace blink 4166 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698