Index: ui/aura/window_tree_host_ozone.cc |
diff --git a/ui/aura/window_tree_host_ozone.cc b/ui/aura/window_tree_host_ozone.cc |
index cec470855fd8ca0bfc99efc904f125726e07b298..635f95519d33715784bf4d9ac6630ae40eaa48ef 100644 |
--- a/ui/aura/window_tree_host_ozone.cc |
+++ b/ui/aura/window_tree_host_ozone.cc |
@@ -52,20 +52,12 @@ void WindowTreeHostOzone::Show() { NOTIMPLEMENTED(); } |
void WindowTreeHostOzone::Hide() { NOTIMPLEMENTED(); } |
-void WindowTreeHostOzone::ToggleFullScreen() { NOTIMPLEMENTED(); } |
- |
gfx::Rect WindowTreeHostOzone::GetBounds() const { return bounds_; } |
void WindowTreeHostOzone::SetBounds(const gfx::Rect& bounds) { |
NOTIMPLEMENTED(); |
} |
-gfx::Insets WindowTreeHostOzone::GetInsets() const { return gfx::Insets(); } |
- |
-void WindowTreeHostOzone::SetInsets(const gfx::Insets& insets) { |
- NOTIMPLEMENTED(); |
-} |
- |
gfx::Point WindowTreeHostOzone::GetLocationOnNativeScreen() const { |
return bounds_.origin(); |
} |
@@ -79,13 +71,6 @@ bool WindowTreeHostOzone::QueryMouseLocation(gfx::Point* location_return) { |
return false; |
} |
-bool WindowTreeHostOzone::ConfineCursorToRootWindow() { |
- NOTIMPLEMENTED(); |
- return false; |
-} |
- |
-void WindowTreeHostOzone::UnConfineCursor() { NOTIMPLEMENTED(); } |
- |
void WindowTreeHostOzone::PostNativeEvent( |
const base::NativeEvent& native_event) { |
NOTIMPLEMENTED(); |