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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.cc

Issue 7890046: Command to mark surface inactive, so gpu process can release resources. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: updating with recent changes Created 9 years, 3 months 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
Index: webkit/gpu/webgraphicscontext3d_in_process_impl.cc
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
index 909cabe2737ce8aef5efae2d2d0433c67f508a4b..aaa83ab8f98e9b27c4538ceef9603ee09f82157c 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
@@ -565,6 +565,10 @@ void WebGraphicsContext3DInProcessImpl::reshape(int width, int height) {
#endif // FLIP_FRAMEBUFFER_VERTICALLY
}
+void WebGraphicsContext3DInProcessImpl::setVisibility(bool visible) {
+ NOTIMPLEMENTED();
jonathan.backer 2011/09/27 16:53:14 NOTREACHED()? I'm not sure which is more appropri
mmocny 2011/09/28 21:37:33 I believe you are correct. Changed. On 2011/09/27
+}
+
#ifdef FLIP_FRAMEBUFFER_VERTICALLY
void WebGraphicsContext3DInProcessImpl::FlipVertically(
unsigned char* framebuffer, unsigned int width, unsigned int height) {

Powered by Google App Engine
This is Rietveld 408576698