From c7480aff12d1133ab4216fa6580e2edbef4d7078 Mon Sep 17 00:00:00 2001 From: "skaslev@chromium.org" Date: Wed, 12 Jun 2013 17:10:56 +0000 Subject: Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..." > cc: Emulate BeginFrame in OutputSurfaces that don't support it natively > > This will allow us to avoid having two different code paths > in the Scheduler. It also allows us to more easily remove the > VSyncTimeSource and FrameRateController from the Scheduler. > > This patch instantiates the FrameRateController inside of > OutputSurface for now, but the FrameRateController could be > removed in future patches. > > BUG=245920 > BUG=243497 > > Review URL: https://chromiumcodereview.appspot.com/15836005 TBR=brianderson@chromium.org Review URL: https://codereview.chromium.org/16679010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205838 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/cc_tests.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'cc/cc_tests.gyp') diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index f214015..07cecc0 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -68,6 +68,7 @@ 'scheduler/scheduler_state_machine_unittest.cc', 'scheduler/scheduler_unittest.cc', 'scheduler/texture_uploader_unittest.cc', + 'scheduler/vsync_time_source_unittest.cc', 'test/fake_web_graphics_context_3d_unittest.cc', 'trees/damage_tracker_unittest.cc', 'trees/layer_sorter_unittest.cc', -- cgit v1.1