Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / shell / renderer / test_runner / mock_web_theme_engine.cc
index 4e19a9e..5ad404e 100644 (file)
@@ -4,6 +4,8 @@
 
 #include "content/shell/renderer/test_runner/mock_web_theme_engine.h"
 
+#if !defined(OS_MACOSX)
+
 #include "base/logging.h"
 #include "skia/ext/platform_canvas.h"
 #include "third_party/WebKit/public/platform/WebRect.h"
@@ -642,3 +644,5 @@ void MockWebThemeEngine::paint(blink::WebCanvas* canvas,
 }
 
 }  // namespace content
+
+#endif  // !defined(OS_MACOSX)