Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / views / widget / native_widget_private.h
index 4118c9c..ccd489d 100644 (file)
@@ -80,6 +80,7 @@ class VIEWS_EXPORT NativeWidgetPrivate : public NativeWidget {
   virtual NonClientFrameView* CreateNonClientFrameView() = 0;
 
   virtual bool ShouldUseNativeFrame() const = 0;
+  virtual bool ShouldWindowContentsBeTransparent() const = 0;
   virtual void FrameTypeChanged() = 0;
 
   // Returns the Widget associated with this NativeWidget. This function is