Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / browser / web_contents / aura / image_window_delegate.cc
index 0b40c0f..ccfd2c5 100644 (file)
@@ -66,7 +66,7 @@ void ImageWindowDelegate::OnCaptureLost() {
 
 void ImageWindowDelegate::OnPaint(gfx::Canvas* canvas) {
   if (image_.IsEmpty()) {
-    canvas->DrawColor(SK_ColorGRAY);
+    canvas->DrawColor(SK_ColorWHITE);
   } else {
     if (size_mismatch_)
       canvas->DrawColor(SK_ColorWHITE);