Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / aura / window_tree_host_mac.mm
index dbfa8bb..7fb3f82 100644 (file)
@@ -23,6 +23,11 @@ WindowTreeHostMac::~WindowTreeHostMac() {
   DestroyDispatcher();
 }
 
+EventSource* WindowTreeHostMac::GetEventSource() {
+  NOTIMPLEMENTED();
+  return nil;
+}
+
 gfx::AcceleratedWidget WindowTreeHostMac::GetAcceleratedWidget() {
   return [window_ contentView];
 }
@@ -67,11 +72,6 @@ void WindowTreeHostMac::ReleaseCapture() {
   NOTIMPLEMENTED();
 }
 
-bool WindowTreeHostMac::QueryMouseLocation(gfx::Point* location_return) {
-  NOTIMPLEMENTED();
-  return false;
-}
-
 bool WindowTreeHostMac::ConfineCursorToRootWindow() {
   return false;
 }