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

Unified Diff: ppapi/shared_impl/ppb_device_ref_shared.h

Issue 1097393007: Update {virtual,override} to follow C++11 style in ppapi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split off one file into separate review. Created 5 years, 8 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
« no previous file with comments | « ppapi/shared_impl/ppb_audio_config_shared.h ('k') | ppapi/shared_impl/ppb_graphics_3d_shared.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppb_device_ref_shared.h
diff --git a/ppapi/shared_impl/ppb_device_ref_shared.h b/ppapi/shared_impl/ppb_device_ref_shared.h
index e9bccab58b0992a1ce883e1e1d0180f25bcf923f..aac1206d659fabd7cee0a30fec91060526ad4065 100644
--- a/ppapi/shared_impl/ppb_device_ref_shared.h
+++ b/ppapi/shared_impl/ppb_device_ref_shared.h
@@ -38,12 +38,12 @@ class PPAPI_SHARED_EXPORT PPB_DeviceRef_Shared
const DeviceRefData& data);
// Resource overrides.
- virtual PPB_DeviceRef_API* AsPPB_DeviceRef_API() override;
+ PPB_DeviceRef_API* AsPPB_DeviceRef_API() override;
// PPB_DeviceRef_API implementation.
- virtual const DeviceRefData& GetDeviceRefData() const override;
- virtual PP_DeviceType_Dev GetType() override;
- virtual PP_Var GetName() override;
+ const DeviceRefData& GetDeviceRefData() const override;
+ PP_DeviceType_Dev GetType() override;
+ PP_Var GetName() override;
private:
DeviceRefData data_;
« no previous file with comments | « ppapi/shared_impl/ppb_audio_config_shared.h ('k') | ppapi/shared_impl/ppb_graphics_3d_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698