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

Unified Diff: ppapi/cpp/fullscreen.h

Issue 9111026: Fixed lint errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/fullscreen.h
===================================================================
--- ppapi/cpp/fullscreen.h (revision 117031)
+++ ppapi/cpp/fullscreen.h (working copy)
@@ -30,7 +30,7 @@
/// fullscreen mode.
///
/// @return <code>true</code> if the module instance is in fullscreen mode,
- ///<code>false</code> if the module instance is not in fullscreen mode.
+ /// <code>false</code> if the module instance is not in fullscreen mode.
bool IsFullscreen();
/// SetFullscreen() switches the module instance to and from fullscreen
@@ -48,7 +48,7 @@
/// @param[in] fullscreen <code>true</code> to enter fullscreen mode, or
/// <code>false</code> to exit fullscreen mode.
///
- ///@return <code>true</code> on success or <code>false</code> on
+ /// @return <code>true</code> on success or <code>false</code> on
/// failure.
bool SetFullscreen(bool fullscreen);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698