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

Unified Diff: content/common/gpu/client/gl_helper.h

Issue 11475017: Revert 171569 as it broke some browser_tests on win_aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/test_render_view_host.h ('k') | content/common/gpu/client/gl_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/client/gl_helper.h
===================================================================
--- content/common/gpu/client/gl_helper.h (revision 171661)
+++ content/common/gpu/client/gl_helper.h (working copy)
@@ -16,8 +16,6 @@
class Size;
}
-class SkRegion;
-
namespace content {
// Provides higher level operations on top of the WebKit::WebGraphicsContext3D
@@ -68,12 +66,6 @@
WebKit::WebGLId CompileShaderFromSource(const WebKit::WGC3Dchar* source,
WebKit::WGC3Denum type);
- // Copies all pixels from |previous_texture| into |texture| that are
- // inside the region covered by |old_damage| but not part of |new_damage|.
- void CopySubBufferDamage(WebKit::WebGLId texture,
- WebKit::WebGLId previous_texture,
- const SkRegion& new_damage,
- const SkRegion& old_damage);
private:
class CopyTextureToImpl;
« no previous file with comments | « content/browser/renderer_host/test_render_view_host.h ('k') | content/common/gpu/client/gl_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698