diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 19:15:07 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 19:15:07 +0000 |
commit | d0ae42e25411518364942eeaef32badf1bbd087e (patch) | |
tree | 3d1628048e3b21ae49279fa6a9af29ffb3f48c56 /cc/test/test_context_provider.h | |
parent | fa3416f9fbff598a69bd91f457a36471dfb9de57 (diff) | |
download | chromium_src-d0ae42e25411518364942eeaef32badf1bbd087e.zip chromium_src-d0ae42e25411518364942eeaef32badf1bbd087e.tar.gz chromium_src-d0ae42e25411518364942eeaef32badf1bbd087e.tar.bz2 |
Remove remaining blink/WebKit refs from cc
This gets rid of the remaining blink references from cc:
*) We don't use ActiveInfo in any production code, so we can remove the test
fakes that use them
*) The lost context callback is only used between TestContextProvider and TestWGC3D,
so it can be routed directly using the base callback system instead of a function pointer
type from blink
BUG=181120
Review URL: https://codereview.chromium.org/135053002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/test_context_provider.h')
-rw-r--r-- | cc/test/test_context_provider.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/test/test_context_provider.h b/cc/test/test_context_provider.h index 4290725..2728d25 100644 --- a/cc/test/test_context_provider.h +++ b/cc/test/test_context_provider.h @@ -79,9 +79,6 @@ class TestContextProvider : public ContextProvider { LostContextCallback lost_context_callback_; MemoryPolicyChangedCallback memory_policy_changed_callback_; - class LostContextCallbackProxy; - scoped_ptr<LostContextCallbackProxy> lost_context_callback_proxy_; - base::WeakPtrFactory<TestContextProvider> weak_ptr_factory_; DISALLOW_COPY_AND_ASSIGN(TestContextProvider); |