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

Unified Diff: content/browser/android/in_process/context_provider_in_process.cc

Issue 1504913002: Revert of Enforce marking "override" for functions overriding Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « components/test_runner/mock_web_theme_engine.h ('k') | content/child/blink_platform_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/in_process/context_provider_in_process.cc
diff --git a/content/browser/android/in_process/context_provider_in_process.cc b/content/browser/android/in_process/context_provider_in_process.cc
index cd9bd7d20dc38fc08ef8df8d966d79a11b0f6140..71f8010390fc96cb47e1e09449ad2680a4f860b4 100644
--- a/content/browser/android/in_process/context_provider_in_process.cc
+++ b/content/browser/android/in_process/context_provider_in_process.cc
@@ -25,11 +25,11 @@
provider_->WebContext3DImpl()->setContextLostCallback(this);
}
- ~LostContextCallbackProxy() override {
+ virtual ~LostContextCallbackProxy() {
provider_->WebContext3DImpl()->setContextLostCallback(NULL);
}
- void onContextLost() override {
+ virtual void onContextLost() {
provider_->OnLostContext();
}
« no previous file with comments | « components/test_runner/mock_web_theme_engine.h ('k') | content/child/blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698