Changeset 69282 in webkit


Ignore:
Timestamp:
Oct 7, 2010 2:11:44 AM (13 years ago)
Author:
Simon Hausmann
Message:

Windowless flash plugin is not rendered in Symbian
https://bugs.webkit.org/show_bug.cgi?id=47172

Patch by Zraly Mike <mike.zraly@nokia.com> on 2010-10-07
Reviewed by Andreas Kling.

  • plugins/symbian/PluginViewSymbian.cpp:

(WebCore::PluginView::platformStart):
Add call to updatePluginWidget() following changes to
platform widget. This is needed to set PluginView's
m_windowRect and m_clipRect members properly after
the proxy widget and its container get created.

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r69279 r69282  
     12010-10-07  Zraly Mike  <mike.zraly@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Windowless flash plugin is not rendered in Symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=47172
     7
     8        * plugins/symbian/PluginViewSymbian.cpp:
     9        (WebCore::PluginView::platformStart):
     10        Add call to updatePluginWidget() following changes to
     11        platform widget.  This is needed to set PluginView's
     12        m_windowRect and m_clipRect members properly after
     13        the proxy widget and its container get created.
     14
    1152010-10-07  Andreas Kling  <kling@webkit.org>
    216
  • trunk/WebCore/plugins/symbian/PluginViewSymbian.cpp

    r69105 r69282  
    11/*
    2     Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)
     2    Copyright (C) 2009, 2010 Nokia Corporation and/or its subsidiary(-ies)
    33
    44    This library is free software; you can redistribute it and/or
     
    414414        m_npWindow.window = 0; // Not used?
    415415    }   
     416    updatePluginWidget();
    416417    setNPWindowIfNeeded();
    417418   
Note: See TracChangeset for help on using the changeset viewer.