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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.h

Issue 2430183002: Move arrow scrolling into KeyboardEventManager. (Closed)
Patch Set: Add keyEvent() null check to fix test Created 4 years, 2 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/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index 562865ece7c47e873ba5b6ff6c0815a6a2ce899f..09c956ca61845df045a2decccafe86685dc699d9 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -162,11 +162,6 @@ class WebFrameWidgetImpl final
WebLayerTreeView* layerTreeView() const { return m_layerTreeView; }
- // Returns true if the event leads to scrolling.
- static bool mapKeyCodeForScroll(int keyCode,
- ScrollDirection*,
- ScrollGranularity*);
-
Color baseBackgroundColor() const { return m_baseBackgroundColor; }
DECLARE_TRACE();
@@ -179,12 +174,6 @@ class WebFrameWidgetImpl final
// Perform a hit test for a point relative to the root frame of the page.
HitTestResult hitTestResultForRootFramePos(const IntPoint& posInRootFrame);
- // Returns true if the event was actually processed.
- WebInputEventResult keyEventDefault(const WebKeyboardEvent&);
-
- // Returns true if the view was scrolled.
- WebInputEventResult scrollViewWithKeyboard(int keyCode, int modifiers);
-
void initializeLayerTreeView();
void setIsAcceleratedCompositingActive(bool);
« no previous file with comments | « third_party/WebKit/Source/core/input/KeyboardEventManager.cpp ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698