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

Unified Diff: webkit/gpu/context_provider_in_process.cc

Issue 12813004: Chromium style checker cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 9 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/context_provider_in_process.cc
diff --git a/webkit/gpu/context_provider_in_process.cc b/webkit/gpu/context_provider_in_process.cc
index b68f3700a50d6bdbf651540e9c1005ad20aa8e0d..27c54654bd8c817203326e63c784329cb998badf 100644
--- a/webkit/gpu/context_provider_in_process.cc
+++ b/webkit/gpu/context_provider_in_process.cc
@@ -36,7 +36,8 @@ class ContextProviderInProcess::MemoryAllocationCallbackProxy
provider_->context3d_->setMemoryAllocationChangedCallbackCHROMIUM(this);
}
- void onMemoryAllocationChanged(WebKit::WebGraphicsMemoryAllocation alloc) {
+ virtual void onMemoryAllocationChanged(
+ WebKit::WebGraphicsMemoryAllocation alloc) {
provider_->OnMemoryAllocationChanged(!!alloc.gpuResourceSizeInBytes);
}
« no previous file with comments | « ui/message_center/views/message_center_bubble.cc ('k') | webkit/tools/test_shell/simple_resource_loader_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698