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 --- content/browser/aura/software_output_device_ozone.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/aura/software_output_device_ozone.cc') diff --git a/content/browser/aura/software_output_device_ozone.cc b/content/browser/aura/software_output_device_ozone.cc index 4acf3b1..661ab507 100644 --- a/content/browser/aura/software_output_device_ozone.cc +++ b/content/browser/aura/software_output_device_ozone.cc @@ -8,7 +8,7 @@ #include "ui/compositor/compositor.h" #include "ui/gfx/ozone/surface_factory_ozone.h" #include "ui/gfx/skia_util.h" -#include "ui/gl/vsync_provider.h" +#include "ui/gfx/vsync_provider.h" namespace content { -- cgit v1.1