Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / ui / display / chromeos / x11 / native_display_delegate_x11.h
index d4b608d..8a5eca3 100644 (file)
@@ -123,6 +123,8 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
       const DisplaySnapshotX11& x11_output,
       ColorCalibrationProfile new_profile);
 
+  void DrawBackground();
+
   Display* display_;
   Window window_;
 
@@ -148,6 +150,9 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
   // List of observers waiting for display configuration change events.
   ObserverList<NativeDisplayObserver> observers_;
 
+  // A background color used during boot time + multi displays.
+  uint32_t background_color_argb_;
+
   DISALLOW_COPY_AND_ASSIGN(NativeDisplayDelegateX11);
 };