Index: content/common/gpu/gpu_command_buffer_stub.h |
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h |
index 4f0881843804ef595e2d5134e51ad731b03c34ea..712e817915ad202f0f0d8782d715764110ee0ccc 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -146,6 +146,8 @@ class GpuCommandBufferStub |
return (surface_state_.get()) ? surface_state_->surface_id : 0; |
} |
+ bool is_ui_stub() const { return handle_.handle; } |
+ |
// Identifies the various GpuCommandBufferStubs in the GPU process belonging |
// to the same renderer process. |
int32 route_id() const { return route_id_; } |