summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin_impl.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-24 04:30:16 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-24 04:30:16 +0000
commit9e3693b0a117de9e7a291659f27fdd8fdbcefb3f (patch)
tree88fdd14d1e48989d89939fc57247f4b4faeca881 /webkit/glue/webplugin_impl.h
parentdaed9531b8d4343077cc7dede18a20245e42f45b (diff)
downloadchromium_src-9e3693b0a117de9e7a291659f27fdd8fdbcefb3f.zip
chromium_src-9e3693b0a117de9e7a291659f27fdd8fdbcefb3f.tar.gz
chromium_src-9e3693b0a117de9e7a291659f27fdd8fdbcefb3f.tar.bz2
No functional change. Delete trailing whitespace and word-wrap to 80 columns.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webplugin_impl.h')
-rw-r--r--webkit/glue/webplugin_impl.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/webkit/glue/webplugin_impl.h b/webkit/glue/webplugin_impl.h
index 4f6782a..b99b784 100644
--- a/webkit/glue/webplugin_impl.h
+++ b/webkit/glue/webplugin_impl.h
@@ -56,7 +56,7 @@ class WebPluginContainer : public WebCore::Widget {
WebPluginContainer(WebPluginImpl* impl);
virtual ~WebPluginContainer();
NPObject* GetPluginScriptableObject();
-
+
// Widget methods:
virtual void setFrameRect(const WebCore::IntRect& rect);
virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect& rect);
@@ -98,6 +98,7 @@ class WebPluginContainer : public WebCore::Widget {
uint32 last_modified;
uint32 expected_length;
};
+
// Helper function to read fields in a HTTP response structure.
// These fields are written to the HttpResponseInfo structure passed in.
static void ReadHttpResponseInfo(const WebCore::ResourceResponse& response,
@@ -272,7 +273,8 @@ class WebPluginImpl : public WebPlugin,
WebCore::Frame* frame() { return webframe_ ? webframe_->frame() : NULL; }
- // Calculates the bounds of the plugin widget based on the frame rect passed in.
+ // Calculates the bounds of the plugin widget based on the frame
+ // rect passed in.
void CalculateBounds(const WebCore::IntRect& frame_rect,
WebCore::IntRect* window_rect,
WebCore::IntRect* clip_rect,
@@ -308,7 +310,7 @@ class WebPluginImpl : public WebPlugin,
bool ReinitializePluginForResponse(WebCore::ResourceHandle* response_handle);
// Helper functions to convert an array of names/values to a vector.
- static void ArrayToVector(int total_values, char** values,
+ static void ArrayToVector(int total_values, char** values,
std::vector<std::string>* value_vector);
struct ClientInfo {