~mniess/ubuntu/trusty/totem/fix-lp1292262

« back to all changes in this revision

Viewing changes to browser-plugin/totemGMPControls.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Hertzog
  • Date: 2011-04-10 18:12:25 UTC
  • mfrom: (1.1.14 upstream)
  • mto: (1.5.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20110410181225-u3x8yhsscjoe8ony
Tags: upstream-3.0.0
Import upstream version 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
  switch (Properties (aIndex)) {
151
151
    case eCurrentPosition:
152
152
      /* attribute double currentPosition; */
153
 
      return DoubleVariant (_result, double (Plugin()->Time()) / 1000.0);
 
153
      return DoubleVariant (_result, double (Plugin()->GetTime()) / 1000.0);
154
154
 
155
155
    case eCurrentItem:
156
156
      /* attribute totemIGMPMedia currentItem; */