From 2337ac47725dd5be972ea1a0d81876e40e31ab58 Mon Sep 17 00:00:00 2001 From: "dnicoara@chromium.org" Date: Thu, 14 Nov 2013 17:33:33 +0000 Subject: Moving the VSyncProvider interface to ui/gfx from ui/gl Custom implementations of the VSyncProvider (such as the Ozone provider) need to inherit from VSyncProvider. However, these implementations leave outside of ui/gl and would break deps. Moving the interface to ui/gfx would allow such implementations to inherit the VSyncProvider interface. BUG= Review URL: https://codereview.chromium.org/68893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235172 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/output/software_output_device.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc') diff --git a/cc/output/software_output_device.cc b/cc/output/software_output_device.cc index 2c09944..17ef63f 100644 --- a/cc/output/software_output_device.cc +++ b/cc/output/software_output_device.cc @@ -9,7 +9,7 @@ #include "third_party/skia/include/core/SkBitmapDevice.h" #include "third_party/skia/include/core/SkCanvas.h" #include "ui/gfx/skia_util.h" -#include "ui/gl/vsync_provider.h" +#include "ui/gfx/vsync_provider.h" namespace cc { -- cgit v1.1