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. |