From 9e3693b0a117de9e7a291659f27fdd8fdbcefb3f Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Sat, 24 Jan 2009 04:30:16 +0000 Subject: 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 --- webkit/glue/webplugin_impl.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'webkit/glue/webplugin_impl.h') 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* value_vector); struct ClientInfo { -- cgit v1.1