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

Unified Diff: ppapi/cpp/view.h

Issue 9124014: Needed to add an @file introduction and a class introduction. (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/view.h
===================================================================
--- ppapi/cpp/view.h (revision 116675)
+++ ppapi/cpp/view.h (working copy)
@@ -9,8 +9,14 @@
#include "ppapi/cpp/rect.h"
#include "ppapi/cpp/size.h"
+/// @file
+/// This file defines the API for getting the state of a the view for an
+/// instance.
+
namespace pp {
+/// This class represents the state of the view for an instance and contains
+/// functions for retrieving the current state of that view.
class View : public Resource {
public:
/// Default constructor for creating an is_null() <code>View</code> object.
« 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