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

Unified Diff: ppapi/cpp/core.h

Issue 7617018: Small changes such as spacing and adding [in/out] identifiers after @params. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/cpp/audio.h ('k') | ppapi/cpp/graphics_2d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/core.h
===================================================================
--- ppapi/cpp/core.h (revision 96788)
+++ ppapi/cpp/core.h (working copy)
@@ -51,7 +51,7 @@
/// GetTimeTicks() returns the "tick time" according to the browser.
/// This clock is used by the browser when passing some event times to the
- /// plugin (for example, using the
+ /// module (for example, using the
/// <code>PP_InputEvent::time_stamp_seconds</code> field). It is not
/// correlated to any actual wall clock time (like GetTime()). Because
/// of this, it will not change if the user changes their computer clock.
@@ -67,7 +67,7 @@
/// back as soon as possible.
///
/// The |result| parameter will just be passed as the second argument to the
- /// callback. Many applications won't need this, but it allows a plugin to
+ /// callback. Many applications won't need this, but it allows a module to
/// emulate calls of some callbacks which do use this value.
///
/// <strong>Note:</strong> CallOnMainThread(), even when used from the main
@@ -94,8 +94,8 @@
/// This function is useful for implementing sanity checks, and deciding if
/// dispatching using CallOnMainThread() is required.
///
- /// @return A bool containing true if the current thread is
- /// the main pepper thread, otherwise false.
+ /// @return true if the current thread is the main pepper thread, otherwise
+ /// false.
bool IsMainThread();
private:
« no previous file with comments | « ppapi/cpp/audio.h ('k') | ppapi/cpp/graphics_2d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698