Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: chrome/browser/renderer_host/test/test_render_view_host.h

Issue 5790002: [gtk] tabcontents fade-out for instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile fixes Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_RENDERER_HOST_TEST_TEST_RENDER_VIEW_HOST_H_ 5 #ifndef CHROME_BROWSER_RENDERER_HOST_TEST_TEST_RENDER_VIEW_HOST_H_
6 #define CHROME_BROWSER_RENDERER_HOST_TEST_TEST_RENDER_VIEW_HOST_H_ 6 #define CHROME_BROWSER_RENDERER_HOST_TEST_TEST_RENDER_VIEW_HOST_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/gtest_prod_util.h" 10 #include "base/gtest_prod_util.h"
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 uint64 surface_id, 123 uint64 surface_id,
124 int renderer_id, 124 int renderer_id,
125 int32 route_id, 125 int32 route_id,
126 uint64 swap_buffers_count); 126 uint64 swap_buffers_count);
127 virtual void GpuRenderingStateDidChange(); 127 virtual void GpuRenderingStateDidChange();
128 #elif defined(OS_WIN) 128 #elif defined(OS_WIN)
129 virtual gfx::PluginWindowHandle GetCompositorHostWindow(); 129 virtual gfx::PluginWindowHandle GetCompositorHostWindow();
130 virtual void WillWmDestroy(); 130 virtual void WillWmDestroy();
131 virtual void ShowCompositorHostWindow(bool show); 131 virtual void ShowCompositorHostWindow(bool show);
132 #endif 132 #endif
133 virtual void SetVisuallyDeemphasized(bool deemphasized) { } 133 virtual void SetVisuallyDeemphasized(const SkColor* color, bool animate) { }
134 134
135 #if defined(TOOLKIT_USES_GTK) 135 #if defined(TOOLKIT_USES_GTK)
136 virtual void CreatePluginContainer(gfx::PluginWindowHandle id) { } 136 virtual void CreatePluginContainer(gfx::PluginWindowHandle id) { }
137 virtual void DestroyPluginContainer(gfx::PluginWindowHandle id) { } 137 virtual void DestroyPluginContainer(gfx::PluginWindowHandle id) { }
138 virtual void AcceleratedCompositingActivated(bool activated) { } 138 virtual void AcceleratedCompositingActivated(bool activated) { }
139 #endif 139 #endif
140 140
141 virtual bool ContainsNativeView(gfx::NativeView native_view) const { 141 virtual bool ContainsNativeView(gfx::NativeView native_view) const {
142 return false; 142 return false;
143 } 143 }
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 289
290 MockRenderProcessHostFactory rph_factory_; 290 MockRenderProcessHostFactory rph_factory_;
291 TestRenderViewHostFactory rvh_factory_; 291 TestRenderViewHostFactory rvh_factory_;
292 292
293 scoped_ptr<TestTabContents> contents_; 293 scoped_ptr<TestTabContents> contents_;
294 294
295 DISALLOW_COPY_AND_ASSIGN(RenderViewHostTestHarness); 295 DISALLOW_COPY_AND_ASSIGN(RenderViewHostTestHarness);
296 }; 296 };
297 297
298 #endif // CHROME_BROWSER_RENDERER_HOST_TEST_TEST_RENDER_VIEW_HOST_H_ 298 #endif // CHROME_BROWSER_RENDERER_HOST_TEST_TEST_RENDER_VIEW_HOST_H_
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_win.cc ('k') | chrome/browser/tab_contents/tab_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698