Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / views / window / native_frame_view.cc
index 1ffbcdb..fb37b6f 100644 (file)
@@ -70,6 +70,10 @@ void NativeFrameView::UpdateWindowTitle() {
   // Nothing to do.
 }
 
+void NativeFrameView::SizeConstraintsChanged() {
+  // Nothing to do.
+}
+
 gfx::Size NativeFrameView::GetPreferredSize() const {
   gfx::Size client_preferred_size = frame_->client_view()->GetPreferredSize();
 #if defined(OS_WIN)