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

Unified Diff: athena/wm/bezel_controller.h

Issue 545393002: Adding split view divider widget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 6 years, 3 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: athena/wm/bezel_controller.h
diff --git a/athena/wm/bezel_controller.h b/athena/wm/bezel_controller.h
index 7bec71ad343c1ea28d401184b7415e18727c3d83..407091699502ecf8b5f584d6c6252a1ed1bb215c 100644
--- a/athena/wm/bezel_controller.h
+++ b/athena/wm/bezel_controller.h
@@ -75,10 +75,6 @@ class BezelController : public ui::EventHandler {
// BEZEL_SROLLING states.
void SetState(State state, float scroll_delta);
- // Returns the bezel corresponding to the |location| or BEZEL_NONE if the
- // location is outside of the bezel area.
- Bezel GetBezel(const gfx::PointF& location);
-
// ui::EventHandler overrides
virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698